max

pure function max(value: big_integer): big_integer

Maximum of two big_integer values.

Since

0.12.0

Parameters

value

The value to compare against.


pure function max(value: decimal): decimal

Maximum of a big_integer and a decimal value.

Since

0.12.0

Parameters

value

The decimal value to compare against.